home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / AmigaTalk / Browser / UserMethodsInstanceVars < prev   
Text File  |  1998-10-10  |  557b  |  16 lines

  1. <Complex> coerce:     | newComplex | 
  2. <Complex> +           | nc |
  3. <Complex> -           | nc |
  4. <Complex> *           | nc |
  5. <Complex> /           | nc denom r i |
  6. <Complex> printString | str |
  7. <Complex> ==          | nc |
  8. <Complex> <           | nc |
  9. <Complex> >           | nc |
  10. <Complex> <=          | nc |
  11. <Complex> >=          | nc |
  12. <Complex> ~=          | nc |
  13. <Curses>  openWindow: xStart yStart: y width: w height: h | temp |
  14. <Curses>  openSubWindow: parent xStart: x yStart: y width: w height: h | temp |
  15. <Curses>  closeWindow: winNumber | temp |
  16.